Documentation Index
Fetch the complete documentation index at: https://mintlify.com/LizandroCanul/back_sdo/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /dependencias/:id
Updates an existing government dependency. All fields are optional - only provide the fields you want to update.Authentication
No authentication required in the current implementation.Path Parameters
The unique identifier of the dependency to updateExample:
1Request Body
All fields are optional. Only include the fields you want to update.Full name of the dependency. Leading and trailing whitespace will be automatically trimmed.Example:
"Secretaría de Desarrollo Urbano y Vivienda"Acronym or abbreviation for the dependency. Will be automatically converted to uppercase and whitespace will be trimmed.Example:
"SDUV"Indicates whether the dependency is active.Example:
falseResponse
Returns the updated dependency object with all current values.Unique identifier for the dependency
Full name of the dependency
Acronym or abbreviation for the dependency (uppercase)
Indicates whether the dependency is active
Example Request
Example Responses
200 - Success
404 - Not Found
400 - Bad Request (Invalid Field Type)
The endpoint first verifies that the dependency exists before attempting to update it. If the ID is not found, a 404 error will be returned.